TileRegionErrorType

enum TileRegionErrorType

Describes the reason for a tile region download request failure.

Entries

TILE_COUNT_EXCEEDED
Link copied to clipboard
The region contains more tiles than allowed.
OTHER
Link copied to clipboard
Other reason.
DISK_FULL
Link copied to clipboard
There is no available space to store the resources
TILESET_DESCRIPTOR
Link copied to clipboard
Tileset descriptors resolving failed.
DOES_NOT_EXIST
Link copied to clipboard
tile region does not exist.
CANCELED
Link copied to clipboard
The operation was canceled.

Functions

toString
Link copied to clipboard
open fun toString(): String
valueOf
Link copied to clipboard
open fun valueOf(name: String): TileRegionErrorType
values
Link copied to clipboard
open fun values(): Array<TileRegionErrorType>